projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57cf715
)
Touch up the byte-compilation messaging in skkdic-set-okuri-nasi
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Jun 2019 09:50:41 +0000
(11:50 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Jun 2019 09:50:41 +0000
(11:50 +0200)
* lisp/international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Use
the "INFO" format for these informational messages, and be more
explicit in saying what they're doing.
lisp/international/ja-dic-cnv.el
patch
|
blob
|
history
diff --git
a/lisp/international/ja-dic-cnv.el
b/lisp/international/ja-dic-cnv.el
index e7210831891de18e44bd29565a37d099a0e75bc2..89b934b5e5790d44c317359a8066dcb20a874afc 100644
(file)
--- a/
lisp/international/ja-dic-cnv.el
+++ b/
lisp/international/ja-dic-cnv.el
@@
-534,7
+534,8
@@
To get complete usage, invoke:
(while l
(setq count (1+ count))
(if (= (% count 10000) 0)
- (message "%d entries" count))
+ (byte-compile-info-message "Extracted %d Okuri Nasi entries"
+ count))
(setq entry (skkdic-extract-conversion-data (car l)))
(set-nested-alist (car entry) (cdr entry) map)
(setq l (cdr l)))